home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW noweb 2.7 / src / perl / emptydefn < prev    next >
Encoding:
Text File  |  1995-09-05  |  209 b   |  5 lines  |  [TEXT/MPS ]

  1. # notangle filter that makes the definition of an empty chunk <<>>= 
  2. # stand for a continuation of the previous chunk definition.
  3.  
  4. Perl -pe 's/^@defn $/$lastdefn/ if $lastdefn; $lastdefn = $_;' {"Parameters"}
  5.